|
Quaqua 3.9.5 2007-10-21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.filechooser.FileSystemView
ch.randelshofer.quaqua.filechooser.FileSystemViewFilter
ch.randelshofer.quaqua.filechooser.QuaquaFileSystemView
public abstract class QuaquaFileSystemView
QuaquaFileSystemView is an enhanced FileSystemView, which provides additional information about a file system required for Aqua file choosers. QuaquaFileSystemView acts as a wrapper on platform specific file system views. The resulting view is an Aqua-style view on the file system.
| Field Summary |
|---|
| Fields inherited from class ch.randelshofer.quaqua.filechooser.FileSystemViewFilter |
|---|
target |
| Constructor Summary | |
|---|---|
QuaquaFileSystemView()
Creates a new instance. |
|
| Method Summary | |
|---|---|
javax.swing.filechooser.FileView |
createFileView(javax.swing.JFileChooser chooser)
Creates a system specific file view for the specified JFileChooser. |
abstract java.io.File |
getComputer()
Returns the file that represents this computer node. |
static QuaquaFileSystemView |
getQuaquaFileSystemView()
Returns a FileSystemView that can be cast into QuaquaFileSystemView. |
abstract java.io.File |
getSystemVolume()
Returns the file that represents the system (boot) volume of this computer. |
| Methods inherited from class ch.randelshofer.quaqua.filechooser.FileSystemViewFilter |
|---|
createFileObject, createFileObject, createNewFolder, getChild, getDefaultDirectory, getFiles, getHomeDirectory, getParentDirectory, getRoots, getSystemDisplayName, getSystemIcon, getSystemTypeDescription, isComputerNode, isDrive, isFileSystem, isFileSystemRoot, isFloppyDrive, isHiddenFile, isParent, isRoot, isTraversable |
| Methods inherited from class javax.swing.filechooser.FileSystemView |
|---|
createFileSystemRoot, getFileSystemView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuaquaFileSystemView()
| Method Detail |
|---|
public abstract java.io.File getComputer()
public abstract java.io.File getSystemVolume()
public javax.swing.filechooser.FileView createFileView(javax.swing.JFileChooser chooser)
public static QuaquaFileSystemView getQuaquaFileSystemView()
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||